ProcessSemanticEvent
TheProcessSemanticEvent
method dispatches an Apple event object to the appropriate handler.
ODBoolean ProcessSemanticEvent (in ODEventData theEvent);
theEvent
- A platform-specific structure representing an event. On the Mac OS platform, the structure is defined as a Mac OS event record.
- return value
kODTrue
if the event was processed, otherwisekODFalse
.DISCUSSION
OpenDoc calls this method to dispatch Apple event objects to the appropriate part. Your part should not call this method.SEE ALSO
TheODEventData
type (page 890).
"Writing Semantic-Event Handlers" on page 423 in OpenDoc Programmer's Guide.
"Object Resolution" on page 425 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help